home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
BUSITION
/
DISKJOB.LZH
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-04-02
|
1KB
|
101 lines
@echo off
rem (C) Copyright 1991, DISKJOB, Inc.
verify on
if %1x==x goto START
if %2x==x goto START
goto finish
:start
cls
nocurs
type mainmenu.doc
:get_reply
reply
if errorlevel 64 goto get_reply
if errorlevel 63 if not errorlevel 64 goto F5
if errorlevel 62 if not errorlevel 63 goto F4
if errorlevel 61 if not errorlevel 62 goto F3
if errorlevel 60 if not errorlevel 61 goto F2
if errorlevel 59 if not errorlevel 60 goto F1
if errorlevel 0 if not errorlevel 59 goto get_reply
:F5
CLS
goto end
:F4
goto restart3
:F3
goto restart2
:F2
goto restart
:F1
goto program
cls
nocurs
reply
goto start
:finish
normcurs
cls
type finish.doc
echo *******
echo The following drive/directory were named: %1%2
echo *******
PAUSE
cls
ECHO . . . Program is extracting DISKJOB files to %1%2 . . .
install2 %1%2
%1
cd%2
goto complete
:RESTART
normcurs
cls
type usermenu.doc
pause
goto end
:RESTART2
normcurs
cls
type usemenu2.doc
pause
goto end
:RESTART3
normcurs
cls
type usemenu3.doc
pause
goto end
:program
normcurs
cls
echo Install Program is extracting files to C:\diskjob
echo off
md c:\diskjob
copy install2.exe c:\diskjob
c:
cd\diskjob
install2
del install2.exe
goto complete
:complete
cls
echo Install program is now complete! Type DISKJOB at the DOS prompt
:end